home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 85 / CDMM85_1.ISO / Zax / Zax Demo.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-01-09  |  2.3 KB  |  48 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Zax Demo
  4. AppVerName=Zax: The Alien Hunter (Demo)
  5. AppId=Zax Demo
  6. AppVersion=1.0
  7. AppPublisher=JoWood Productions Software AG and Reflexive Entertainment, Inc.
  8. AppPublisherURL=http://www.jowood.com/
  9. AppSupportURL=http://www.reflexive.net/Zax/index.html
  10. AppUpdatesURL=http://www.reflexive.net/Zax/index.html
  11. AppMutex=ZaxCurrentlyRunningMutex
  12. DefaultDirName={pf}\ZaxDemo
  13. DefaultGroupName=Zax Demo
  14. OutputBaseFilename=Install Zax Demo
  15. Compression=zip
  16. PrivilegesRequired=none
  17. ExtraDiskSpaceRequired=1048576
  18. LicenseFile=embedded\License.txt
  19. InfoAfterFile=embedded\InfoAfter.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\Zax.exe"; DestDir: "{app}"; 
  24. Source: "{app}\binkw32.dll"; DestDir: "{app}"; 
  25. Source: "{app}\DATA.dat"; DestDir: "{app}"; 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; 
  27. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; 
  28. Source: "{tmp}\DirectX Website.url"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  29. Source: "{app}\Reflexive Zax Website.url"; DestDir: "{app}"; 
  30. Source: "{app}\JoWood Zax Website.url"; DestDir: "{app}"; 
  31. [Registry]
  32. Root: HKLM; Subkey: "Software\Reflexive\ZaxDemo"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty 
  33. [Run]
  34. Filename: "{app}\Zax.exe"; Description: "Launch Zax"; Flags: postinstall skipifsilent nowait
  35. Filename: "{tmp}\DirectX Website.url"; StatusMsg: "Going to the DirectX web site..."; Tasks: DirectXFromWeb; Flags: shellexec nowait
  36. [Icons]
  37. Name: "{group}\Zax"; Filename: "{app}\Zax.exe"; WorkingDir: "{app}"; 
  38. Name: "{group}\JoWood Zax Website"; Filename: "{app}\JoWood Zax Website.url"; WorkingDir: "{app}"; 
  39. Name: "{group}\Reflexive Zax Website"; Filename: "{app}\Reflexive Zax Website.url"; WorkingDir: "{app}"; 
  40. [Tasks]
  41. Name: "DirectXFromWeb"; Description: "Go to Microsoft's DirectX website to download the newest version of DirectX"; GroupDescription: "Install DirectX:"; 
  42. Name: "SkipDirectX"; Description: "I already have DirectX 8 or greater installed"; GroupDescription: "Install DirectX:"; 
  43. [InstallDelete]
  44. Type: files; Name: "{app}\Zax.cfg"; 
  45. [UninstallDelete]
  46. Type: files; Name: "{app}\Zax.cfg"; 
  47. Type: dirifempty; Name: "{app}"; 
  48.